*{
	margin: 0;
	padding: 0;
}

body { 
	font-family: 'Raleway', sans-serif;
	font-family: 'Saira', sans-serif;
}

header {
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.lupa {
	width: 32px;
	margin: left 80%;
}

.carrito {
	width: 35px;
	margin-right: 15px;
}


.menu1 {
	margin-left: 15px;
	width:35px;
}

.menu-lista {
	display: none;
}
  
  input:checked  ~ ul{
	display:block;
  }
  
  input{
	display: none;
  }
  
  label{
	margin-left: 5.2%;
	margin-top: 12.5px;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	width: 15%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	user-select: none;
	color: #ebebeb;
	border-radius: 5px;
  }
  
.menu-lista {
	margin-top:0;
	margin-left: 5.2%;
	padding: 0;
	width: 200px;
	position: absolute;
	
  }
  
.lista {
	display: block;
	background: black;
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 2px solid white;
  }
  
.lista:hover {
	filter: brightness(110%);
    }

a {
		text-decoration: none;
		color: #ffffff;
	}


.logo1 {
	margin-left: 25%;
	width:100px;
	}

h1 {
    margin: 5px;
	font-family: 'Raleway', bold;
	font-size:30px;
	text-align: center;
}

h2 {
	font-size: 32px;
}

p {
	font-family: 'Raleway', bold;
}

.sale {
	text-align: center;
	font-size: 14px;
	background-color: lightgrey;
	margin: 0px;
	padding: 10px;
}


.banner-image { 
	margin-top: 5px;
	width: 100%;

}

a {
	text-decoration: none;
	color: #ffffff;
}

.banner {
	width: auto;
}

.productos {
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	row-gap: 20px;
	width: 100%;
}

.producto-contenedor {
	width: 40%;
	padding: 15px;
}

.parrafo-producto {
	font-size: 15px;
	color: #000000;
}

.precio {
	font-size: 20px;
}

.nombre-producto {
	font-size: 18px;
}

.precio-descuento {
	font-size: 18px;
	color:#1f1d1d;
	text-decoration: line-through;
}

.precio-descuento {
	font-size: 18px;
	color:#1f1d1d;
	text-decoration: line-through;
}

.subtitulos-productos {
	margin-left: 5%;
	font-size: 24px;
	color: #e0a627;
}


.nuevo {
	color: #ffa600;
	font-size: 15px;
}

.boton {
	border-radius: 5%;
	border-radius: 8px;
	border-color: azure;
	color: #fff;
	background-color: #ffa600;
	display: flex;
	font-size: 16px;
	padding: 4px;
	cursor: pointer;
	transition: .3s;
	margin-left: 40%;
	margin-bottom: 25px;
	padding: 10px;
}

img {
	cursor: pointer;
	transition: .3s;
}

img:active {
	transform: scale(0.9);
}

button:hover span {
	background: none;
}

button:active {
	transform: scale(0.9);
}

.gif {
	width: auto;
	height: 180px;
	box-shadow: 0px 0px 20px rgba(0, 0,  0, 0.5);
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gif3 {
	width: 375px;
	height: 270px;
	box-shadow: 0px 0px 20px rgba(0, 0,  0, 0.5);
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}
.publicidad{
    display: flex;
    width: auto;
    height: 210px;
    margin-top: 30px;
    margin-left: 10px;
}

.publicidad img{
    width: 0px;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
   
}

.publicidad img:hover{
    cursor: crosshair;
    width: 135px;
    opacity: 1;
    filter: contrast(120%);
}

footer {
	background-color:#000000;
	padding: 10px;
	text-align: center;
	color: white;
}

.social-icons-container, .footer-menu-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.footer-menu-container {
	list-style-type: none;
	color:#fff;
	font-size: 18px;
	
}

.social-icon {
	height: 50px;
	width: 50px;
	border-radius: 50px;
	border: 1px solid #f8af28;
	background-image: url(img/logo-facebook.png);
	background-position: center;
	background-size: 40%;
	background-repeat: no-repeat;
	margin: 1rem;	
}

.social-icon:hover {
	background-color: #1f1d1d;
	filter: invert(1);
}

.social-icon:nth-of-type(2){
	background-image: url(img/logo-instagram.png);
}

.social-icon:nth-of-type(3){
	background-image: url(img/Twitter.png);
}

.menu-item{
	margin: 1rem 1.5rem;
	cursor: pointer;
	opacity: 0.6;
}

.menu-item:hover {
	opacity: 1;
}

.copyright {
	font-size: 12px;
}

.imagen-producto {
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}



.texto-producto {
	margin-left: 20px;
	margin-right: 20px;
	align-items: center;
	font-size: 15px;
	font-family: 'Raleway', bold;
}

.producto-hombre1 {
	width: 100%;
}

.titulo-producto {
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'Raleway', bold;
	margin-left: 20px;
	color: #1fa1a1;
}

.categoria-producto {
	margin-left: 20px;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: rgb(61, 61, 61);
	font-family: 'Raleway' ;

}

.subtitulo-producto {
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: rgb(61, 61, 61);
	font-family: 'Raleway' ;
	margin-left: 20px;
}

.precio-producto  {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.89);
	font-family: 'Raleway' ;
	margin: 20px;
}

ul.talles li {
	display: inline;
	padding-right: 0.5em;
	margin: 20px;
  }

.producto-subtitulos {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: rgb(0, 0, 0);
	font-family: 'Raleway' ;
	margin-left: 20px;
}

.boton-carrito {
	border-radius: 5%;
	border-radius: 8px;
	border-color: lightgray;
	color: #ffffff;
	background-color: #1fa1a1;
	display: flex;
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
	transition: .3s;
	margin-left: 5%;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 90%;
	justify-content: center;
}

.subtitulo-producto-day {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: rgba(0, 0, 0, 0.89);
	font-family: 'Raleway' ;
	margin: 20px;
}

.container-datos-producto {
	margin: 20px;
}

.titulo-datos-producto {
	color: #1fa1a1;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Raleway', bold
}

.gif2 {
	width:100%;
	height: 100%;
	border: lightgrey;
}

.boton-producto {
	border-radius: 5%;
	border-radius: 8px;
	border-color: azure;
	color: #fff;
	background-color: #1fa1a1;
	display: flex;
	font-size: 16px;
	padding: 4px;
	cursor: pointer;
	transition: .3s;
	margin-left: 40%;
	margin-bottom: 20px;
	padding: 10px;
}

.container-nike-running {
	margin: 10px;
}

.subtitulo-eslogan{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Raleway', bold;
}

.texto-nike-running {
	font-size: 14px;
	font-family: 'Raleway', bold;
}

.titulo-nike-running {
	font-family: 'Raleway', bold;
	font-size: 18px;
	color: #FD5A12;
	margin-top: 5px;
	margin-bottom: 5px;
}

.subtitulo-nike-running {
	font-size: 16px;
	color: #FD5A12;
	margin-top: 5px;
	margin-bottom: 12px;
}

.subtitulo-texto-nike-running {
	font-size: 14px;
	text-align: center;
	font-family: 'Raleway', bold;
}

.gif4 {
	width: 100%;
	height: 100%;
}

.titulo-publicidad {
	text-align: center;
	font-size: 15px;
}
.publicidad{
    display: flex;
    width: auto;
    height: 210px;
    margin-top: 30px;
    margin-left: 10px;
}
.publicidad img{
    width: 0px;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
   
}
.publicidad img:hover{
    cursor: crosshair;
    width: 135px;
    opacity: 1;
    filter: contrast(120%);
}
.subtitulosm{
	margin-left: 5%;
	color: #f8af28;
	font-size: 25px;
	margin-top: 25px;
}